@charset "utf-8";

body {/* font-family:微软雅黑, Arial, sans-serif; */font-family:"黑体";/*font-family:"Microsoft Yahei";*/ margin: 0; padding:0; color:#333;  }
* { padding:0px; margin:0px; }
ol, ul { list-style:none; }
li { list-style-type:none; }
h1, h2, h3, h4, h5, h6 { font-size:12px; font-weight:normal; }
em, i, dfn, small, b { font-weight:normal; font-style:normal; }
a { color:#333;text-decoration:none; outline:none; -webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;  }
a:active,
a:hover { color:#14377c;  }
a:visited {color: #333; }
.fl { float:left; display:inline; }
.fr { float:right; display:inline; }
img, input, button, select { border:none; vertical-align:middle; }
input, select, textarea, button { outline:none; }
.hauto { height: auto; overflow: hidden; }
.clear { display:block; clear:both; height:0px; line-height:0px; font-size:0px; visibility:hidden; }
.none { display: none; }
table{border-spacing: 0px;}
div, dl{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing: border-box; box-sizing:border-box;}